Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODTypeListIterator


IsNotComplete

The IsNotComplete method returns a Boolean value that indicates whether the iteration is incomplete.

ODBoolean IsNotComplete ();
return value
kODTrue if the iteration is incomplete, otherwise kODFalse.
DISCUSSION
Your part calls this method to test whether more elements remain in the type list. This method returns kODTrue if the preceding call to the First or Next method found an element. This method returns kODFalse when you have examined all the elements. If the type list that created this iterator is empty, this method always returns kODFalse.

EXCEPTIONS
kODErrIteratorNotInitialized
This method was called before calling either the First or Next method to begin the iteration.
kODErrIteratorOutOfSync
The type list was modified while the iteration was in progress.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help